home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 6: Level 6 / 17 Bit - Level 6 (1998)(Epic Marketing)[!].iso / quartz / q0919.dms / q0919.adf / man / SetKeyboard < prev    next >
Text File  |  1997-04-10  |  3KB  |  75 lines

  1.  
  2.  
  3.      SetKeyboard (2.1/3.x in C:)
  4.  
  5.      NAME
  6.         SetKeyboard - Changes the key map of the keyboard
  7.       for that Shell window.
  8.  
  9.      SYNOPSIS
  10.         SETKEYBOARD mapfile
  11.  
  12.      DESCRIPTION
  13.  
  14.             A key map is a datatable which the Amiga refrences 
  15.         when a key on a keyboard is pressed. Different key maps 
  16.         cause the keys on the keyboard to print different things 
  17.         depending on which country's keyboard you wish to use.
  18.         For example, if your are using the French keymap letter
  19.         'Q' reversed will be used when you press the 'A' key on
  20.         the keyboard. Or, if you press the 'Q' key, then 'A' will
  21.         be printed.
  22.  
  23.             For complete info on the foreign key layouts refer to 
  24.         the 'Introduction to the Amiga' handbook which Commodore 
  25.         bundled with your Amiga. If you want to see how your 
  26.         keyboard is mapped out, use the Keytoy program (under 
  27.         1.3) or the KeyShow (under 2.x/3.x) in the Tools 
  28.         directory of your Extras disk. This will give you a 
  29.         complete graphical representation of your keyboard.
  30.  
  31.             In Workbench 2.1 and higher you have system language 
  32.         localization. In these versions, the key map is set via 
  33.         the Locale preference progam. SETKEYBOARD allows you to 
  34.         change the key map without accessing the Locale 
  35.         Preference program the same way the SETFONT command 
  36.         allows you to change the font without accessing the Fonts 
  37.         Preference program.
  38.  
  39.             This command looks for its key map data file in the 
  40.         'Keymaps' subdirectory of the DEVS: directory.  If you 
  41.         type the full path then the key map file may be located 
  42.         anywhere. The standard keymaps are currently limited to:
  43.  
  44.  
  45.             cdn   French Canadian 
  46.             ch1   Swiss French
  47.             ch2   Swiss German
  48.             d     German
  49.             dk    Danish
  50.             e     Spanish
  51.             f     French
  52.             gb    Great Britain
  53.             i     Italian
  54.             n     Norwegian 
  55.             p     Portugese
  56.             s     Swedish
  57.             usa0  The standard mapping of the 1.1 Workbench (A1000)
  58.             usa1  Maps for the numeric pad keys on 500/2000 
  59.             usa2  Dvorak U.S. keyboard
  60.  
  61.  
  62.        KEYWORDS
  63.          mapfile
  64.             The keymap data file which will be used. If the 
  65.         keymap data file is in the DEVS/keymaps drawer then you 
  66.         do not need to enter the path. If it is located anywhere 
  67.         else, you do need to enter the path.         
  68.  
  69.  
  70.        EXAMPLES
  71.  
  72.        1. To install the French Canadian keyboard:
  73.  
  74.           SETKEYBOARD cdn
  75.